DEFAULT menu.c32
MENU TITLE PXE Boot Menu
NOHALT 1
PROMPT 0
TIMEOUT 800000

LABEL hddboot
  LOCALBOOT 0x80
  MENU LABEL ^Boot from local disk  

LABEL Install-ESXi-6
  KERNEL os/esxi/DELLEMC-ESXI-6.5U2-8935087-A01/mboot.c32
  APPEND -c os/esxi/DELLEMC-ESXI-6.5U2-8935087-A01/boot.cfg
  MENU LABEL Install DELLEMC-ESXI-6.5U2-8935087-A01
  
LABEL Install-ESXi-7
  KERNEL os/esxi/DELLEMC-ESXI-6.7U1-10302608-A00/mboot.c32
  APPEND -c os/esxi/DELLEMC-ESXI-6.7U1-10302608-A00/boot.cfg
  MENU LABEL Install DELLEMC-ESXI-6.7U1-10302608-A00

LABEL CentOS6-installer  
        kernel os/rhel-centos/CentOS_6.10_Final/images/pxeboot/vmlinuz  net.ifnames=0 biosdevname=0
        append initrd=os/rhel-centos/CentOS_6.10_Final/images/pxeboot/initrd.img   ks=http://192.168.60.27/ks/ks_centos6.cfg
 MENU LABEL Install CentOS_6.10_Final
 
LABEL CentOS7-installer  
        kernel os/rhel-centos/CentOS-7.5-x86_64/images/pxeboot/vmlinuz  net.ifnames=0 biosdevname=0
        append initrd=os/rhel-centos/CentOS-7.5-x86_64/images/pxeboot/initrd.img   ks=http://192.168.60.27/ks/ks_centos7.cfg
 MENU LABEL Install CentOS-7.5-x86_64
 
LABEL rhel71-installer  
        kernel os/rhel-centos/rhel-server-7.1-x86_64/images/pxeboot/vmlinuz  net.ifnames=0 biosdevname=0
        append initrd=os/rhel-centos/rhel-server-7.1-x86_64/images/pxeboot/initrd.img
 MENU LABEL Install rhel-server-7.1-x86_64